home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if (mouseH() > 370) and rollOver(1) then
- cursor([800, 801])
- set the mouseDownScript to "mPlaydone"
- else
- if rollOver(1) then
- cursor([800, 801])
- set the mouseDownScript to EMPTY
- else
- cursor(-1)
- set the mouseDownScript to EMPTY
- end if
- end if
- go(the frame)
- end
-